Micron Document
C.S.Burner 🪙 ━►🔥GIT Node

Node / reticulum_mirror / MeshChatX / files / scripts / docker / runtime-setup-chainguard.sh

Displaying Raw • Download

scripts/docker/runtime-setup-chainguard.sh dev (af76f09d) Text, 465 B

T8b949e#!/bin/sh
T8b949e# SPDX-License-Identifier: 0BSD
T8b949e# Chainguard/Wolfi final-stage packages, pip bootstrap, and meshchat user.
Tffa657set -eu

apk add --no-cache opus libffi shadow libseccomp
pip install --no-cache-dir --upgrade Ta5d6ff"pip>=26.0" Ta5d6ff"setuptools" Ta5d6ff"jaraco.context>=6.1.0"
rm -rf /root/.cache/pip

groupadd -g T79c0ff1000 meshchat
useradd --uid T79c0ff1000 --gid T79c0ff1000 --create-home --home-dir /home/meshchat Tffea00\
--shell /sbin/nologin meshchat
mkdir -p /config
chown meshchat:meshchat /config

Served by rngit 1.3.7 - Generated in 0.02s